home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / w95demo.exe / A95DEMO.DXR / 00084.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  409 b   |  17 lines

  1. on exitFrame
  2.   global gCurrDialogButton, gautodemo, gResellerVersion
  3.   sound stop 1
  4.   set gCurrDialogButton to 9
  5.   set gautodemo to 0
  6.   puppetSprite(9, 1)
  7.   puppetSprite(10, 1)
  8.   cursor(-1)
  9.   set the timeoutScript to EMPTY
  10.   set the timeoutLength to gIntroTimeOut
  11.   if gResellerVersion = 1 then
  12.     set the timeoutScript to "chooseTeaserDemo"
  13.   else
  14.     set the timeoutScript to "chooseAutoDemo"
  15.   end if
  16. end
  17.